home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 01.dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  855 b   |  38 lines

  1. global foreframe, textscroll
  2.  
  3. on exitFrame
  4.   if rollOver(28) then
  5.     go(the frame + 1)
  6.   else
  7.     if rollOver(29) then
  8.       go(the frame + 2)
  9.     else
  10.       if rollOver(30) then
  11.         go(the frame + 3)
  12.       else
  13.         if rollOver(25) or rollOver(26) then
  14.           go(the frame)
  15.         else
  16.           if textscroll = 1 then
  17.             repeat with i = 1 to 10
  18.               puppetSprite(i, 0)
  19.             end repeat
  20.             repeat with i = 19 to 30
  21.               puppetSprite(i, 0)
  22.             end repeat
  23.           else
  24.             repeat with i = 1 to 4
  25.               puppetSprite(i, 0)
  26.             end repeat
  27.             repeat with i = 11 to 20
  28.               puppetSprite(i, 0)
  29.             end repeat
  30.           end if
  31.           go(foreframe)
  32.           set the keyDownScript to "checkkey"
  33.         end if
  34.       end if
  35.     end if
  36.   end if
  37. end
  38.